Gets or sets the element at the specified index.
'宣言
Public Default Property Item( _
ByVal As System.Integer _
) As
public this[
System.int
]; {get; set;}
パラメータ
- index
- The zero-based index of the element to get or set.
プロパティ値
The element at the specified index.